@@ -43,7 +43,8 @@ |
||
| 43 | 43 |
android:padding="4dp" |
| 44 | 44 |
android:layout_gravity="center_vertical" |
| 45 | 45 |
android:layout_marginRight="6dp" |
| 46 |
- android:src="@drawable/upload" /> |
|
| 46 |
+ android:src="@drawable/upload" |
|
| 47 |
+ android:visibility="invisible"/> |
|
| 47 | 48 |
|
| 48 | 49 |
</LinearLayout> |
| 49 | 50 |
</RelativeLayout> |
@@ -59,10 +59,5 @@ |
||
| 59 | 59 |
|
| 60 | 60 |
</LinearLayout> |
| 61 | 61 |
|
| 62 |
- <android.support.v7.widget.RecyclerView |
|
| 63 |
- android:id="@+id/recycler_view_sessions" |
|
| 64 |
- android:layout_width="match_parent" |
|
| 65 |
- android:layout_height="match_parent" |
|
| 66 |
- android:layout_below="@id/title_bar_with_back_btn"/> |
|
| 67 | 62 |
|
| 68 | 63 |
</RelativeLayout> |